diff options
author | Richard Maw <richard.maw@codethink.co.uk> | 2014-03-04 13:59:26 +0000 |
---|---|---|
committer | Richard Maw <richard.maw@codethink.co.uk> | 2014-03-04 13:59:26 +0000 |
commit | a30aced799fc1f8ca393f0c61714c2a0bbb0daf6 (patch) | |
tree | 1893f4ffda5c3792523f4fe9502922a3db3f5eb4 | |
parent | 195b0c2e4643d4d4f06f1b09a2d0d1ffda0bda7e (diff) | |
download | lorries-a30aced799fc1f8ca393f0c61714c2a0bbb0daf6.tar.gz |
Add lorry for NixOS' patchelf tool
-rw-r--r-- | open-source-lorries/patchelf.lorry | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/open-source-lorries/patchelf.lorry b/open-source-lorries/patchelf.lorry new file mode 100644 index 0000000..d0c5b8e --- /dev/null +++ b/open-source-lorries/patchelf.lorry @@ -0,0 +1,6 @@ +{ + "patchelf": { + "type": "git", + "url": "git://github.com/NixOS/patchelf.git" + } +} |