summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/dvd-slideshow
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-01-15 12:42:41 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-01-15 14:24:03 +0700
commit108bdac3d99b6d94d3740422af5945e510238304 (patch)
treedd91cf11f7c29bbd4542f5bdab986430025c02e2 /pkgs/applications/video/dvd-slideshow
parent2e34288f0d8cf01eea228c7dbc50af9589b885f3 (diff)
pkgs/applications: stdenv.lib -> lib
Diffstat (limited to 'pkgs/applications/video/dvd-slideshow')
-rw-r--r--pkgs/applications/video/dvd-slideshow/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/dvd-slideshow/default.nix b/pkgs/applications/video/dvd-slideshow/default.nix
index e35d95d54d6f..95f3169718d9 100644
--- a/pkgs/applications/video/dvd-slideshow/default.nix
+++ b/pkgs/applications/video/dvd-slideshow/default.nix
@@ -65,8 +65,8 @@ in stdenv.mkDerivation rec {
meta = {
description = "Suite of command line programs that creates a slideshow-style video from groups of pictures";
homepage = "http://dvd-slideshow.sourceforge.net/wiki/Main_Page";
- license = stdenv.lib.licenses.gpl2;
- platforms = stdenv.lib.platforms.linux;
- maintainers = [ stdenv.lib.maintainers.robbinch ];
+ license = lib.licenses.gpl2;
+ platforms = lib.platforms.linux;
+ maintainers = [ lib.maintainers.robbinch ];
};
}