volth
|
46420bbaa3
|
treewide: name -> pname (easy cases) (#66585)
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
|
2019-08-15 13:41:18 +01:00 |
|
volth
|
c0fed1ba77
|
perlXMLParser -> perlPackages.XMLParser
|
2018-10-12 22:56:15 +00:00 |
|
zimbatm
|
69ce5cb656
|
use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
"s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
|
2016-02-28 12:07:42 +00:00 |
|
AndersonTorres
|
b39e5ce957
|
Small style fixups
In this commit, I modified some files, conforming them to a
idiosyncratic standard - mainly, a template for meta attribs.
|
2014-09-10 21:34:50 -03:00 |
|
AndersonTorres
|
40b13e798b
|
CImg and WxCam - New Packages #3519
In this commit, I'm including two new softwares
* CImg: A small, simple image toolkit library
* WxCam: a small, simple, wxGTK-based webcam application
|
2014-09-04 20:44:05 +04:00 |
|