Commit graph

5 commits

Author SHA1 Message Date
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
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 f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jörg Thalheim 5e9922e800
python3.pkgs.unicorn: enable python3 2018-12-01 14:13:46 +00:00
Jörg Thalheim 8f3f64e512 python.pkgs.unicorn: disable python3
fixes #29200
2017-09-10 14:21:56 +01:00