mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
* Descriptor importing in Fix.
This commit is contained in:
parent
cc6eafb3d0
commit
f56b7312b2
6 changed files with 48 additions and 14 deletions
|
@ -7,4 +7,4 @@ Descr(
|
|||
, Bind("src", File(Url("http://www.cwi.nl/projects/MetaEnv/aterm/aterm-2.0.tar.gz")))
|
||||
, Bind("build", File(Local("../build/aterm-build.sh")))
|
||||
]
|
||||
)
|
||||
)
|
||||
|
|
10
test/fixdescriptors/glib-2.2.1.fix
Normal file
10
test/fixdescriptors/glib-2.2.1.fix
Normal file
|
@ -0,0 +1,10 @@
|
|||
Descr(
|
||||
[ Bind("pkgId", Str("glib-2.2.1"))
|
||||
, Bind("releaseId", Str("1"))
|
||||
|
||||
, Bind("pkgconfig", Pkg(Fix("./pkgconfig-0.15.0.fix")))
|
||||
|
||||
, Bind("src", File(Url("ftp://ftp.gtk.org/pub/gtk/v2.2/glib-2.2.1.tar.bz2")))
|
||||
, Bind("build", File(Local("../build/glib-build.sh")))
|
||||
]
|
||||
)
|
8
test/fixdescriptors/pkgconfig-0.15.0.fix
Normal file
8
test/fixdescriptors/pkgconfig-0.15.0.fix
Normal file
|
@ -0,0 +1,8 @@
|
|||
Descr(
|
||||
[ Bind("pkgId", Str("pkgconfig-0.15.0"))
|
||||
, Bind("releaseId", Str("1"))
|
||||
|
||||
, Bind("src", File(Url("http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.15.0.tar.gz")))
|
||||
, Bind("build", File(Local("../build/pkgconfig-build.sh")))
|
||||
]
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue