about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-09-06 19:40:14 +0000
committerJan Malakhovski <oxij@oxij.org>2018-09-06 19:55:54 +0000
commit574f2a33c05ccfebe125229468a8540713f6d33b (patch)
treeefdceb06c7cd0bbc315b9de37a4cf9aea0005e17 /pkgs/applications/video
parent5fc8ebdda058ba55ad6405a98f9b540433305586 (diff)
downloadnixlib-574f2a33c05ccfebe125229468a8540713f6d33b.tar
nixlib-574f2a33c05ccfebe125229468a8540713f6d33b.tar.gz
nixlib-574f2a33c05ccfebe125229468a8540713f6d33b.tar.bz2
nixlib-574f2a33c05ccfebe125229468a8540713f6d33b.tar.lz
nixlib-574f2a33c05ccfebe125229468a8540713f6d33b.tar.xz
nixlib-574f2a33c05ccfebe125229468a8540713f6d33b.tar.zst
nixlib-574f2a33c05ccfebe125229468a8540713f6d33b.zip
kodiPlugins.steam-launcher: fix what is clearly a bug
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/kodi/plugins.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/video/kodi/plugins.nix b/pkgs/applications/video/kodi/plugins.nix
index 5a0583202e6d..2ba23e72a2ed 100644
--- a/pkgs/applications/video/kodi/plugins.nix
+++ b/pkgs/applications/video/kodi/plugins.nix
@@ -246,7 +246,7 @@ rec {
       maintainers = with maintainers; [ edwtjo ];
     };
   }).override {
-    propagatedBuildinputs = [ steam ];
+    propagatedBuildInputs = [ steam ];
   };
 
   pdfreader = mkKodiPlugin rec {