Skip to content
Snippets Groups Projects
Commit a6f85f51 authored by Elizabeth Fischer's avatar Elizabeth Fischer Committed by Todd Gamblin
Browse files

patchelf: Add version (#1540)

* patchelf: Add version

* flake8

* Removed unnecessary url_for_version() function.

* Restored old URL
parent 025b9140
No related branches found
No related tags found
No related merge requests found
...@@ -30,10 +30,12 @@ class Patchelf(Package): ...@@ -30,10 +30,12 @@ class Patchelf(Package):
ELF executables.""" ELF executables."""
homepage = "https://nixos.org/patchelf.html" homepage = "https://nixos.org/patchelf.html"
url = "http://nixos.org/releases/patchelf/patchelf-0.8/patchelf-0.8.tar.gz" url = "http://nixos.org/releases/patchelf/patchelf-0.8/patchelf-0.8.tar.gz"
list_url = "http://nixos.org/releases/patchelf/" list_url = "http://nixos.org/releases/patchelf/"
list_depth = 2 list_depth = 2
version('0.9', '3c265508526760f233620f35d79c79fc')
version('0.8', '407b229e6a681ffb0e2cdd5915cb2d01') version('0.8', '407b229e6a681ffb0e2cdd5915cb2d01')
def install(self, spec, prefix): def install(self, spec, prefix):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment