Commit graph

6 commits

Author SHA1 Message Date
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
Peter Hoeg da0d8e2174 wsmancli: clean-ups 2017-12-24 10:03:35 +08:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
Tuomas Tynkkynen b61fbf3132 treewide: Fix output references to openssl 2016-08-23 04:53:27 +03:00
Robert Helgesson 28f17215b9
wsmancli: fix compilation
Without this the package build fails with a linking error. Fixes #14872.
2016-08-07 19:28:51 +02:00
Kosyrev Serge 1770fe4443 wsmancli init at 2.6.0 2015-08-24 22:34:16 +03:00