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
Files
27b8b6cc66dce4f6ea90dfa5bad5e915c58f5983
nixpkgs/pkgs/development/libraries/cppunit/default.nix

11 lines
221 B
Nix
Raw Normal View History

* Got rid of all --disable-static flags; they're redundant now. * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
{stdenv, fetchurl}:
Added cppunit (kde4 needs it) svn path=/nixpkgs/trunk/; revision=9387
2007-10-01 15:09:29 +00:00
stdenv.mkDerivation {
* Got rid of all --disable-static flags; they're redundant now. * Also a bunch of style cleanups (tabs, with args, ...). svn path=/nixpkgs/branches/stdenv-updates/; revision=15235
2009-04-21 23:18:09 +00:00
name = "cppunit-1.12.0";
src = fetchurl {
url = mirror://sf/cppunit/cppunit-1.12.0.tar.gz;
sha256 = "07zyyx5dyai94y8r8va28971f5mw84mb93xx9pm6m4ddpj6c79cq";
};
Added cppunit (kde4 needs it) svn path=/nixpkgs/trunk/; revision=9387
2007-10-01 15:09:29 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 332ms Template: 5ms
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