1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00
Commit graph

5 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
Daiderd Jordan 11bd54cda3
noti: remove cf-private 2019-07-03 22:20:11 +02:00
Daiderd Jordan 33104363af
noti: add cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSDate", referenced from:
          objc-class-ref in _x002.o
      "_OBJC_CLASS_$_NSRunLoop", referenced from:
          objc-class-ref in _x002.o
    ld: symbol(s) not found for architecture x86_64
2018-11-07 23:47:25 +01:00
Mario Rodas 4c56eb81e9 noti: fix darwin build 2018-09-18 20:13:46 -05:00
stites f1c30cf772 noti: init at 3.1.0 2018-09-07 10:28:03 -04:00