···2233let version = "1.0"; in
4455-python3Packages.buildPythonPackage {
55+python3Packages.buildPythonApplication {
66 name = "zscroll-${version}";
77 # don't prefix with python version
88 namePrefix = "";
···44 version = "0.2.3";
55in
6677-python3Packages.buildPythonPackage rec {
77+python3Packages.buildPythonApplication rec {
8899 # Do not prefix name with python specific version identifier.
1010 namePrefix = "";
···11-{ stdenv, fetchurl, buildPythonPackage, makeWrapper, ffmpeg, zip
11+{ stdenv, fetchurl, buildPythonApplication, makeWrapper, ffmpeg, zip
22, pandoc ? null
33}:
44···99# case someone wants to use this derivation to build a Git version of
1010# the tool that doesn't have the formatted man page included.
11111212-buildPythonPackage rec {
1212+buildPythonApplication rec {
13131414 name = "youtube-dl-${version}";
1515 version = "2016.01.01";
···55# store path. The problem appears to be non-fatal, but there's probably
66# some loss of functionality because of it.
7788-pythonPackages.buildPythonPackage rec {
88+pythonPackages.buildPythonApplication rec {
99 version = "1.10.2";
1010 name = "tahoe-lafs-${version}";
1111 namePrefix = "";