Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/pkgs/development/libraries/popt/default.nix

15 lines
296 B
Nix
Raw Normal View History

* popt updated to 1.15. svn path=/nixpkgs/branches/stdenv-updates/; revision=15238
2009-04-22 07:16:45 +00:00
{stdenv, fetchurl}:
popt-0.16 Thanks to Peter Simons for preparing this. Make sure you have nixos 31132. svn path=/nixpkgs/trunk/; revision=31133
2011-12-28 21:48:55 +00:00
stdenv.mkDerivation rec {
name = "popt-1.16";
popt: revert update to version 1.16 After revision 30933, nixos-rebuild fails, saying: output is not allowed to refer to path `/nix/store/1q7jn20nn85hp0z66iqqf1wb53sgs81w-popt-1.16' WTF does that mean? svn path=/nixpkgs/trunk/; revision=30934
2011-12-16 11:57:17 +00:00
* popt updated to 1.15. svn path=/nixpkgs/branches/stdenv-updates/; revision=15238
2009-04-22 07:16:45 +00:00
src = fetchurl {
popt-0.16 Thanks to Peter Simons for preparing this. Make sure you have nixos 31132. svn path=/nixpkgs/trunk/; revision=31133
2011-12-28 21:48:55 +00:00
url = "http://rpm5.org/files/popt/${name}.tar.gz";
sha256 = "1j2c61nn2n351nhj4d25mnf3vpiddcykq005w2h6kw79dwlysa77";
};
meta = {
description = "command line option parsing library";
* popt updated to 1.15. svn path=/nixpkgs/branches/stdenv-updates/; revision=15238
2009-04-22 07:16:45 +00:00
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 633ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API