diff options
author | Eric Bavier <bavier@member.fsf.org> | 2015-05-05 20:21:38 -0500 |
---|---|---|
committer | Eric Bavier <bavier@member.fsf.org> | 2015-05-06 10:31:02 -0500 |
commit | 76071c70fc82479b9ceaac7aa4d56ee9282a8a09 (patch) | |
tree | 6fb96cb64b3f5f1bf17903a5e92d5cc19258a6b3 /gnu-system.am | |
parent | 366553e447ac3d45695eb66f822656f3bdbaab0f (diff) | |
download | patches-76071c70fc82479b9ceaac7aa4d56ee9282a8a09.tar patches-76071c70fc82479b9ceaac7aa4d56ee9282a8a09.tar.gz |
gnu: hop: Remove use of patchelf.
* gnu/packages/patches/hop-linker-flags.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/scheme.scm (source)[patches]: Use it.
(arguments)[phases]: Remove patch-rpath phase.
[modules, imported-modules]: Remove.
(native-inputs): Remove field.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 9ffb76ee5d..2cbb854b89 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -449,6 +449,7 @@ dist_patch_DATA = \ gnu/packages/patches/guix-test-networking.patch \ gnu/packages/patches/gtkglext-disable-disable-deprecated.patch \ gnu/packages/patches/hop-bigloo-4.0b.patch \ + gnu/packages/patches/hop-linker-flags.patch \ gnu/packages/patches/inetutils-syslogd.patch \ gnu/packages/patches/irrlicht-mesa-10.patch \ gnu/packages/patches/jbig2dec-ignore-testtest.patch \ |