about summary refs log tree commit diff
path: root/pkgs/by-name/pl
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-05 21:09:48 +0100
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-01-13 07:17:11 +0100
commit91187dcb6cd46b72291b4486a5bf9ab79bd256d8 (patch)
tree177b8eb95f569061b2ac760ea9586ef8cc5af41c /pkgs/by-name/pl
parent8590df67b9640ba60f4fa25802221826a4454e81 (diff)
nsplist: migrate to by-name, refactor
Diffstat (limited to 'pkgs/by-name/pl')
-rw-r--r--pkgs/by-name/pl/plistcpp/package.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/by-name/pl/plistcpp/package.nix b/pkgs/by-name/pl/plistcpp/package.nix
index d973c7da05ef7..c2e765e4f5d05 100644
--- a/pkgs/by-name/pl/plistcpp/package.nix
+++ b/pkgs/by-name/pl/plistcpp/package.nix
@@ -3,7 +3,7 @@
 , fetchFromGitHub
 , cmake
 , boost
-, NSPlist
+, nsplist
 , pugixml
 }:
 
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
 
   buildInputs = [
     boost
-    NSPlist
+    nsplist
     pugixml
   ];