Compare commits
No commits in common. "775ff10bf32420215b821865056550df5f75e9d7" and "39af696d7dce223cf88fdba5014f77d7c54774cc" have entirely different histories.
775ff10bf3
...
39af696d7d
2 changed files with 0 additions and 26 deletions
|
@ -1,25 +0,0 @@
|
|||
(define-module (snam-gradle)
|
||||
#:use-module (guix licenses)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (gnu packages compression)
|
||||
#:use-module (guix build-system copy)
|
||||
#:use-module (guix download))
|
||||
|
||||
(define-public snam-maven
|
||||
(package
|
||||
(name "snam-gradle")
|
||||
(version "8.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://downloads.gradle.org/distributions/gradle-" version "-bin.zip"))
|
||||
(sha256
|
||||
(base32 "1bkjxw7i0lm17pdyyvka4xpl6z0cdj0izagphync6839i2pg66iy"))))
|
||||
(build-system copy-build-system)
|
||||
(native-inputs (list unzip))
|
||||
(synopsis "My Gradle, a java build system")
|
||||
(description
|
||||
"Gradle is the other build system and package manager for java programs")
|
||||
(home-page "https://maven.apache.org/")
|
||||
(license asl2.0)))
|
||||
|
||||
snam-maven
|
|
@ -1,7 +1,6 @@
|
|||
(define-module (snam-maven)
|
||||
#:use-module (guix licenses)
|
||||
#:use-module (guix packages)
|
||||
#:use-module (guix packages compression unzip)
|
||||
#:use-module (guix build-system copy)
|
||||
#:use-module (guix download))
|
||||
|
||||
|
|
Loading…
Reference in a new issue