summary refs log tree commit diff
path: root/pkgs/games/steam/steam.nix
diff options
context:
space:
mode:
authornyanloutre <paul@nyanlout.re>2018-09-28 09:34:37 +0200
committernyanloutre <paul@nyanlout.re>2018-09-28 09:34:37 +0200
commit30240a59fe5f6eecc61830ed9a0a588c91677e68 (patch)
tree9d6e05bcdfb03a6152fc66586fe5b87f990dbe31 /pkgs/games/steam/steam.nix
parentc1a66a49fb2a0e9f68bc66bde4cd6984bdb122ec (diff)
downloadnixpkgs-30240a59fe5f6eecc61830ed9a0a588c91677e68.tar
nixpkgs-30240a59fe5f6eecc61830ed9a0a588c91677e68.tar.gz
nixpkgs-30240a59fe5f6eecc61830ed9a0a588c91677e68.tar.bz2
nixpkgs-30240a59fe5f6eecc61830ed9a0a588c91677e68.tar.lz
nixpkgs-30240a59fe5f6eecc61830ed9a0a588c91677e68.tar.xz
nixpkgs-30240a59fe5f6eecc61830ed9a0a588c91677e68.tar.zst
nixpkgs-30240a59fe5f6eecc61830ed9a0a588c91677e68.zip
steamPackages.steam: add udev rules
Diffstat (limited to 'pkgs/games/steam/steam.nix')
-rw-r--r--pkgs/games/steam/steam.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/games/steam/steam.nix b/pkgs/games/steam/steam.nix
index b8e1982a989..d0b221c5133 100644
--- a/pkgs/games/steam/steam.nix
+++ b/pkgs/games/steam/steam.nix
@@ -25,6 +25,8 @@ in stdenv.mkDerivation rec {
       EOF
       chmod +x $out/bin/steamdeps
     ''}
+    install -d $out/lib/udev/rules.d
+    install -m644 lib/udev/rules.d/*.rules $out/lib/udev/rules.d
   '';
 
   meta = with stdenv.lib; {